home *** CD-ROM | disk | FTP | other *** search
- Path: nebula.broadvision.com!usenet
- From: phorgan@broadvision.com (Patrick Horgan)
- Newsgroups: comp.unix.solaris,comp.unix.programmer,comp.lang.c
- Subject: Re: inline code
- Date: 5 Feb 1996 16:04:17 GMT
- Organization: The unconfigured xvnews people
- Distribution: inet
- Message-ID: <4f59q1$r9o@ns.broadvision.com>
- References: <lbecker-3101961334210001@206.161.148.20>
- Reply-To: phorgan@broadvision.com
- NNTP-Posting-Host: star.broadvision.com
-
- You're building something written for C++ with the C compiler. Either fix the
- header (mathVectorRoutines.h) to #ifdef __cplusplus the non C stuff, use the
- CC compiler instead of cc, or use a different, non-C++ interface.
-
- --
- Patrick J. Horgan Broadvision Inc.
- phorgan@broadvision.com 333 Distel Circle Have horse
- Phone : (415)943-3677 Los Altos, CA 94022-1404 will ride.
- FAX : (415)934-3701 Opinions mine, not my employers except by coincidence.
-
-
-